From c32d8f913b92461d83fe2f244e32ba0bcfccc2ce Mon Sep 17 00:00:00 2001 From: Kevin Cozens Date: Mon, 28 Aug 2006 17:30:54 +0000 Subject: [PATCH] Added AM_MAINTAINER_MODE. 2006-08-28 Kevin Cozens * configure.ac: Added AM_MAINTAINER_MODE. * docs/Makefile.am: Moved BablFishPath.txt to BUILT_EXTRA_DIST. * tests/Makefile.am: Removed .cvsignore from EXTRA_DIST. --- ChangeLog | 10 +++++++++- configure.ac | 4 ++++ docs/Makefile.am | 4 ++-- tests/Makefile.am | 2 -- 4 files changed, 15 insertions(+), 5 deletions(-) diff --git a/ChangeLog b/ChangeLog index 42066d0..ba1e60b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,8 +1,16 @@ +2006-08-28 Kevin Cozens + + * configure.ac: Added AM_MAINTAINER_MODE. + + * docs/Makefile.am: Moved BablFishPath.txt to BUILT_EXTRA_DIST. + + * tests/Makefile.am: Removed .cvsignore from EXTRA_DIST. + 2006-08-28 Kevin Cozens Changes to get 'make distcheck' working properly. - * docs/Makefile.am: Added BablFishPath to DISTCLEANFILES. + * docs/Makefile.am: Added BablFishPath.txt to DISTCLEANFILES. * extensions/Makefile.am: Added. diff --git a/configure.ac b/configure.ac index d77a5e6..6d5a319 100644 --- a/configure.ac +++ b/configure.ac @@ -34,6 +34,10 @@ AM_INIT_AUTOMAKE(no-define) AC_PROG_CC AC_LIBTOOL_WIN32_DLL AM_PROG_LIBTOOL + +dnl Initialize maintainer mode +AM_MAINTAINER_MODE + AC_STDC_HEADERS AM_SANITY_CHECK diff --git a/docs/Makefile.am b/docs/Makefile.am index 4d209c5..9e8f0a0 100644 --- a/docs/Makefile.am +++ b/docs/Makefile.am @@ -19,10 +19,10 @@ EXTRA_DIST= \ index.html \ LGPL -BUILT_EXTRA_DIST = index.html BablFishPath.html +BUILT_EXTRA_DIST = index.html BablFishPath.html BablFishPath.txt CLEANFILES = README changelog.rss -DISTCLEANFILES = index-static.html BablFishPath.txt +DISTCLEANFILES = index-static.html MAINTAINERCLEANFILES = $(BUILT_EXTRA_DIST) all: $(HTML_FILES) rss diff --git a/tests/Makefile.am b/tests/Makefile.am index 0b07eda..7302794 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -45,5 +45,3 @@ noinst_PROGRAMS = \ introspect_SOURCES = introspect.c babl_html_dump_SOURCES = babl-html-dump.c nop_SOURCES = nop.c - -EXTRA_DIST = .cvsignore -- 2.30.2